CSharpTest.Net
EncodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Formatting Namespace > HexEncoding Class > EncodeBytes Method : EncodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method

input
start
length
output
offset

Glossary Item Box

Transforms a sequence of characters from '0' - '9' and 'a' - 'f' in the binary values

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function EncodeBytes( _
   ByVal input() As Byte, _
   ByVal start As Integer, _
   ByVal length As Integer, _
   ByVal output() As Byte, _
   ByVal offset As Integer _
) As Integer
C# 
public static int EncodeBytes( 
   byte[] input,
   int start,
   int length,
   byte[] output,
   int offset
)

Parameters

input
start
length
output
offset

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys